'Declaration
Public Function New( _ ByVal recordId As Long, _ ByVal serverName As String, _ ByVal discoveryUrlString As String, _ ByVal serverCapabilities As IEnumerable(Of String) _ )
'Usage
Dim recordId As Long Dim serverName As String Dim discoveryUrlString As String Dim serverCapabilities As IEnumerable(Of String) Dim instance As New UAServerOnNetwork(recordId, serverName, discoveryUrlString, serverCapabilities)
public UAServerOnNetwork( long recordId, string serverName, string discoveryUrlString, IEnumerable<string> serverCapabilities )
public: UAServerOnNetwork( int64 recordId, String^ serverName, String^ discoveryUrlString, IEnumerable<String^>^ serverCapabilities )
Parameters
- recordId
- A unique identifier for the record.
- serverName
- The name of the server specified in the mDNS announcement.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - discoveryUrlString
- The URL of the discovery endpoint.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - serverCapabilities
- The Server capabilities supported by the Server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).